home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************
- * *
- * Globals.c *
- * *
- * -------------- The Global Variables -------------- *
- * *
- * Written by Casper Boon, August, 1992. *
- * *
- * © 1992 Casper Boon. *
- * *
- ************************************************************************/
-
- #include "LPD.H"
- #include "Spooler.H"
-
- Boolean stopped = FALSE;
- Boolean haveWaitEvnt = FALSE;
- Boolean inBackground = FALSE;
- RgnHandle cursRgn = NIL;
- Rect screenRect;
- Boolean Quitable = TRUE;
- Boolean QuitRequest = FALSE;
- Boolean debugOn = FALSE;
- Handle hosts = NIL;
- prtHandle printers = NIL;
- Byte LogFileName[] = "\pLPD_Log";
- char administrator[20];
- char adminsHost[80];
- Boolean gotAdmin = FALSE;
- Boolean mailing = TRUE;
- Boolean accounting = TRUE;
- Boolean noAction = FALSE;
-